home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / Chip Kasım 2003.iso / prog / basic / CLONECD / Setup.exe / $SMPROGRAMS / CloneCD / CloneCD.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Encoding:
Text File  |  2003-05-08  |  1.9 KB  |  105 lines

  1. object AboutBox: TAboutBox
  2.   Left = 722
  3.   Top = 99
  4.   HelpContext = 100
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 253
  7.   ClientWidth = 333
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   OnClose = FormClose
  12.   OnCreate = FormCreate
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 6
  18.     Top = 8
  19.     Width = 321
  20.     Height = 185
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     ParentColor = True
  24.     TabOrder = 0
  25.     object ProgramIcon: TImage
  26.       Left = 40
  27.       Top = 16
  28.       Width = 40
  29.       Height = 40
  30.       AutoSize = True
  31.       Stretch = True
  32.       IsControl = True
  33.     end
  34.     object ProductName: TLabel
  35.       Left = 96
  36.       Top = 16
  37.       Width = 37
  38.       Height = 13
  39.       Caption = 'Product'
  40.       IsControl = True
  41.     end
  42.     object Version: TLabel
  43.       Left = 96
  44.       Top = 40
  45.       Width = 35
  46.       Height = 13
  47.       Caption = 'Version'
  48.       IsControl = True
  49.     end
  50.     object Copyright: TLabel
  51.       Left = 40
  52.       Top = 64
  53.       Width = 44
  54.       Height = 13
  55.       Caption = 'Copyright'
  56.       Layout = tlBottom
  57.       IsControl = True
  58.     end
  59.     object Registered: TLabel
  60.       Left = 40
  61.       Top = 136
  62.       Width = 51
  63.       Height = 13
  64.       Caption = 'Registered'
  65.       Layout = tlBottom
  66.     end
  67.     object UserNameLabel: TLabel
  68.       Left = 40
  69.       Top = 152
  70.       Width = 28
  71.       Height = 13
  72.       Caption = 'Name'
  73.       Layout = tlBottom
  74.     end
  75.     object Label: TLabel
  76.       Left = 40
  77.       Top = 80
  78.       Width = 273
  79.       Height = 49
  80.       AutoSize = False
  81.       Caption = 'Label'
  82.       Layout = tlCenter
  83.     end
  84.     object ElbyImage: TImage
  85.       Left = 232
  86.       Top = 16
  87.       Width = 70
  88.       Height = 40
  89.       Picture.Data = {<image000.ico>}
  90.       Stretch = True
  91.       IsControl = True
  92.     end
  93.   end
  94.   object OKButton: TButton
  95.     Left = 129
  96.     Top = 212
  97.     Width = 75
  98.     Height = 25
  99.     Cancel = True
  100.     Default = True
  101.     ModalResult = 1
  102.     TabOrder = 1
  103.   end
  104. end
  105.